home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0620 / watchdog.txt < prev    next >
Text File  |  1996-06-16  |  6KB  |  168 lines

  1.             Watchdog Mail Monitor
  2.         Windows Sockets E-Mail Client Application
  3.             Author: Richard M. Beddard III
  4.  
  5. !!!!!!!!!!!!!!!!!!!THIS PROGRAM IS A BETA VERSION!!!!!!!!!!!!!!!!!!!!!!!!!
  6.  
  7.  
  8.         Tell the world about your Watchdog! :)
  9.  
  10.  
  11. Keep those bug reports and suggestions coming in.  I can't fix it if I
  12. don't know about it, and I can't add something new to it if you don't
  13. request it.
  14.  
  15.  
  16. !!!ATTENTION!!!
  17. please read the Known Problems section at the end of this file.
  18.  
  19.  VERSION:
  20.  ========
  21.    0.21b - BETA
  22.  
  23.  HISTORY:
  24.  ========
  25.    0.22b - Fixed a bug that wouldn't let you turn off the notification
  26.            dialog (I'd tell you guys about it, but you would laugh).
  27.          - Fixed a bug that caused information to be lost when switching
  28.            between tabs in the property sheet.
  29.          - Fixed a bug that would not let you properly browse and change
  30.            the notification sound.
  31.          - Added support for non-standard POP3 ports.
  32.          - Added ability to launch an app when new mail has arrived.
  33.    0.21b - Fixed some potential bugs (nothing had happened yet, but the
  34.            possibility of it failing later existed).
  35.          - Added an option to turn off animation (who would do that? :)
  36.          - Added ability to check mail on demand.
  37.          - Added a notification dialog to inform you of new mail, as well
  38.            as the ability to turn it on and off.
  39.    0.21a - Fixed some gui problems that appeared on screens set to less
  40.            than 1024x768.
  41.          - Fixed a bug which allowed multiple options dialog boxes to be
  42.            opened at the same time.
  43.          - Fixed a bug which let watchdog check the mail while the options
  44.            dialog box was open.
  45.          - FINALLY!  I got the dog animation working!  Thanks goes out to
  46.            Scott Adkins and Charles Shopsin whose combined information did
  47.            the trick.
  48.          - Added an informative message on the notification tab telling
  49.            you how many messages are waiting.
  50.    0.2a  - Gave the watchdog a major facelift.  All GUI is now Windows 95.
  51.          - Converted all Dialogs to Property Sheets.
  52.          - Fixed a bug where watchdog would check mail with no hostname.
  53.    0.1a  - Initial alpha version
  54.  
  55.  
  56.  DISCLAIMER:
  57.  ===========
  58.    This program is provided as is.  I accept no responsibility for it.
  59.    If you use it then so be it.  Most programming information and all
  60.    icons were gathered on the net.
  61.  
  62.    I hereby claim that this program exists. :)
  63.  
  64.  
  65.  REDISTRIBUTION:
  66.  ===============
  67.    I encourage you to freely redistribute this program.
  68.  
  69.  
  70.  LICENSE
  71.  =======
  72.    I hereby license you to use this product. :)
  73.  
  74.  
  75.  DESCRIPTION:
  76.  ============
  77.    Watchdog Mail Monitor is a POP3 mail checker.  It was created using
  78.    Borland C++ version 4.52.
  79.  
  80.  
  81.  REQUIREMENTS:
  82.  =============
  83.    Watchdog requires you to have a properly installed 32-bit WINSOCK.DLL,
  84.    at least a 386, and Windows 95.
  85.  
  86.  
  87.  INSTALLATION:
  88.  =============
  89.    YOU MUST HAVE A PROPERLY INSTALLED 32-BIT WINSOCK.DLL FOR THIS
  90.    APPLICATION TO WORK!!  YOUR HOST MUST SUPPORT THE POP3 PROTOCOL!!
  91.  
  92.    1. Simply unzip the distribution into the desired directory.
  93.  
  94.    2. Add watchdog to the start menu.  (Select start then settings then
  95.       taskbar then the start menu programs tab and then Add...)
  96.  
  97.    3. Run the program and setup preferences by right clicking on the dog
  98.       icon in the tray and selecting options.
  99.  
  100.    Registry keys created:
  101.     (in case you want to remove them if you decide not to continue using
  102.     watchdog)
  103.  
  104.     Under HKEY_CURRENT_USER\Software simply delete the key titled BSE
  105.  
  106.  
  107.  USAGE:
  108.  ======
  109.    Once connected to the internet, run watchdog.  A small dog icon will
  110.    appear in the area of your clock in the taskbar (this is known as the 
  111.    tray notification area to programmers).  To set program options and 
  112.    exit watchdog, right-click on the dog icon for a menu providing these
  113.    options.  To see how many messages you have waiting, simply hold the
  114.    mouse cursor over the dog icon for a short period of time (a tip will
  115.    magically appear to inform you of how many messages are waiting).
  116.  
  117.  
  118.  VALID COMMAND LINE OPTIONS:
  119.  ===========================
  120.    None.             
  121.       
  122.  
  123.  WHERE TO GET IT
  124.  ===============
  125.    http://www.mountain.net/~gambit/home.html
  126.  
  127.  
  128.  SUPPORT
  129.  =======
  130.    Bug reports and suggestions for improvement SHOULD be sent by e-mail
  131.    gambit@access.mountain.net
  132.  
  133.  
  134.  BUG REPORTS, SUGGESTIONS, ETC...
  135.  ================================
  136.    Send all bug reports, suggestions, etc to gambit@access.mountain.net
  137.   
  138.    If you like this program, please let me know about it!
  139.  
  140.    Post your comments in comp.protocol.tcp-ip.ibmpc, alt.winsock and
  141.    in the windows groups on usenet and places like compuserve.
  142.  
  143.    I stress that I can't add a feature you might like if you don't tell
  144.    me about it.
  145.  
  146.    Tell the world about your Watchdog!
  147.  
  148.  
  149.  KNOWN PROBLEMS
  150.  ==============
  151.    - Watchdog reportedly doesn't respond when started up without a 
  152.      connection to the internet.  Need to look into this further because
  153.      that is how I run it when I am working on it and I don't have any
  154.      problems with it.  More information is needed.
  155.  
  156.    - Watchdog reportedly causes an unhandled exception in Windows when
  157.      "mail" is put in as the host name.  I CANNOT get this to happen on my
  158.      system which leads me to believe that it is a winsock setup problem.
  159.      More information is needed.
  160.  
  161.    - The apply button is always grayed out.  I'm researching this.
  162.  
  163.    - Watchdog tries to check the mail even when there is no connection
  164.      active.  While I hadn't thought that this would be a problem, I
  165.      received a lot of requests to have this fixed.  What happens is that
  166.      Watchdog makes use of the winsock API, Windows 95 detects this and
  167.      launches the old connection dialog.  I have decided this is a problem
  168.      and I am looking for a way to fix it.